Helidon 4 introduces support for Java 21's virtual threads from Project Loom, aiming to improve performance and simplify concurrent programming.
The release of Helidon 4 represents a shift in coding paradigms, transitioning from the complex reactive model to a more straightforward imperative model that uses 'blocking' calls.
Helidon 4 achieves improved performance while maintaining simplicity in its design and use.